EndSessionResult
The EndSessionResult object contains information that describes the status of the EndSessionResult image. The object includes a RequestStatus object and an array containing document packet details.
| Parameter | Type | Description |
|---|---|---|
| Documents | ArrayOfDocumentResult | An object containing a list of documents for the session. |
| Error | string | Details about an error that occurred. Null if no error occurred. |
| ErrorId | string | An error instance id to identify and trouble shoot the error with the doc viewer system |
| SelectedPackage | package | The package selected. This will be null if auto selection is bypassed. |
| Status | StatusEnum | The status of the session. |
| Txn | string | Transaction xml for the session |